/* 框架样式 */


.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
body
{
	padding: 0;
	margin: 0;
	line-height: 140%;
}
#wraper
{
	overflow: hidden;
	margin: 0 auto;
}
/* easy clearing */
#wraper:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wraper
{
	display: inline-block;
}
/*\*/
#wraper
{
	display: block;
}
/* end easy clearing */
/*\*/

/* div#first_zone, div#second_zone, div#third_zone
{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}
@media all and (min-width: 0px)
{
	div#first_zone, div#second_zone, div#third_zone
	{
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	div#first_zone:before, div#second_zone:before, div#third_zone:before
	{
		content: '[DO NOT LEAVE IT IS NOT REAL]';
		display: block;
		background: inherit;
		padding-top: 32767px !important;
		margin-bottom: -32767px !important;
		height: 0;
	}
}*/

/**/


/* 页面框架 */
/*layout-1*/
#container_layout_1 div#first_zone
{
	width: 29%;
	float: left;
	margin-right: 1%;
}
#container_layout_1 #second_zone
{
	width: 39%;
	float: left;
}
#container_layout_1 #third_zone
{
	float: right;
	width: 30%;
}

/*layout-2*/
#container_layout_2 div#first_zone
{
	float: left;
	width: 29%;
}
#container_layout_2 #second_zone
{
	float: right;
	width: 70%;
}
#container_layout_2 #third_zone
{
	width: 0%;
}

/*layout-3*/
#container_layout_3 div#first_zone
{
	float: left;
	width: 70%;
}
#container_layout_3 #second_zone
{
	float: right;
	width: 29%;
}
#container_layout_3 #third_zone
{
	width: 0%;
}

/*layout-4*/
#container_layout_4 div#first_zone
{
	float: left;
	width: 25%;
	margin-right: 1%;
}
#container_layout_4 #second_zone
{
	float: left;
	width: 37%;
}
#container_layout_4 #third_zone
{
	float: right;
	width: 36%;
}

/*layout-5*/
#container_layout_5 div#first_zone
{
	float: left;
	width: 49%;
}
#container_layout_5 #second_zone
{
	float: right;
	width: 50%;
}
#container_layout_5 #third_zone
{
	width: 0%;
	visibility: hidden;
}


/*layout-6*/
#container_layout_6 div#first_zone
{
	float: left;
	width: 100%;
}
#container_layout_6 #second_zone
{
	width: 0%;
	visibility: hidden;
}
#container_layout_6 #third_zone
{
	width: 0%;
	visibility: hidden;
}
div.modulezone
{
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
span.error
{
	color:Red;
	display:none;
}
#errorWraper
{
   color:Red;
}
#feedbackForm label strong
{
	color:Red;
}
#online{ width:110px;}
#online ul{ list-style-type:none; margin:0px; padding:0px;}
#online ul li{ padding-left:10px; color:#000;}
#online ul li a{ color:#000;}
#online .onlineTop{ height:70px;}
#online .onlineMiddle{background:url(../images/middle.gif) repeat-y;}
#online .onlineBottom{background:url(../images/bottom.gif) no-repeat;height:50px;}